Adwaita: Update separator styling
authorMatthias Clasen <mclasen@redhat.com>
Sun, 25 Oct 2015 20:28:38 +0000 (16:28 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 25 Oct 2015 20:28:38 +0000 (16:28 -0400)
Adapt Adwaita to the changes in the previous commit.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index a2b8bd919c89e8e38a806f22114ace725a3feb9e..c2b87f64f9fe9a36f9de36160e89a795796079c8 100644 (file)
@@ -956,7 +956,7 @@ GtkComboBox {
     color: $backdrop_insensitive_color;
   }
   .menuitem { text-shadow: none; }
-  .separator.vertical {
+  separator.vertical {
     // always disable separators
     -GtkWidget-wide-separators: true;
   }
@@ -1095,7 +1095,7 @@ GtkComboBox {
   }
 
   .header-bar-separator,
-  & > GtkBox > .separator.vertical {
+  & > GtkBox > separator.vertical {
     -GtkWidget-wide-separators: true;
     -GtkWidget-separator-width: 1px;
     border-width: 0 1px;
@@ -2518,7 +2518,7 @@ GtkScrolledWindow {
 }
 
 //vbox and hbox separators
-.separator {
+separator {
   // always disable separators
   // -GtkWidget-wide-separators: true;
   color: transparentize(black, 0.9);
index 29611fc1da39a7ff5522c94e8bf9b5151083f439..82a9e07ded51e444116a4e301c96f6af52158f2d 100644 (file)
@@ -1460,7 +1460,7 @@ GtkComboBox {
     color: #5d6767; }
   GtkComboBox .menuitem {
     text-shadow: none; }
-  GtkComboBox .separator.vertical {
+  GtkComboBox separator.vertical {
     -GtkWidget-wide-separators: true; }
   GtkComboBox.combobox-entry entry:dir(ltr) {
     border-top-right-radius: 0;
@@ -1538,16 +1538,16 @@ GtkComboBox {
     font-size: smaller;
     padding-left: 12px;
     padding-right: 12px; }
-  .titlebar .header-bar-separator, .titlebar > GtkBox > .separator.vertical,
+  .titlebar .header-bar-separator, .titlebar > GtkBox > separator.vertical,
   .header-bar .header-bar-separator,
-  .header-bar > GtkBox > .separator.vertical {
+  .header-bar > GtkBox > separator.vertical {
     -GtkWidget-wide-separators: true;
     -GtkWidget-separator-width: 1px;
     border-width: 0 1px;
     border-image: linear-gradient(to bottom, rgba(28, 31, 31, 0), #1c1f1f 30%, #1c1f1f 70%, rgba(28, 31, 31, 0) 100%) 0 1/0 1px stretch; }
-    .titlebar .header-bar-separator:backdrop, .titlebar > GtkBox > .separator.vertical:backdrop,
+    .titlebar .header-bar-separator:backdrop, .titlebar > GtkBox > separator.vertical:backdrop,
     .header-bar .header-bar-separator:backdrop,
-    .header-bar > GtkBox > .separator.vertical:backdrop {
+    .header-bar > GtkBox > separator.vertical:backdrop {
       border-image: linear-gradient(to bottom, rgba(31, 34, 34, 0.5)) 0 1/1px 1px; }
   .titlebar.selection-mode,
   .header-bar.selection-mode {
@@ -3460,9 +3460,9 @@ GtkProgressBar {
 GtkScrolledWindow GtkViewport.frame {
   border-style: none; }
 
-.separator {
+separator {
   color: rgba(0, 0, 0, 0.1); }
-  GtkFileChooserButton .separator.vertical, GtkFontButton .separator.vertical {
+  GtkFileChooserButton separator.vertical, GtkFontButton separator.vertical {
     -GtkWidget-wide-separators: true; }
 
 /*********
index 706939d94a15d495f74f873d60d2e33071536308..bdfc65b9acf3ad1ef8370c4048ce97c0af24b6f9 100644 (file)
@@ -1460,7 +1460,7 @@ GtkComboBox {
     color: #c7c7c7; }
   GtkComboBox .menuitem {
     text-shadow: none; }
-  GtkComboBox .separator.vertical {
+  GtkComboBox separator.vertical {
     -GtkWidget-wide-separators: true; }
   GtkComboBox.combobox-entry entry:dir(ltr) {
     border-top-right-radius: 0;
@@ -1538,16 +1538,16 @@ GtkComboBox {
     font-size: smaller;
     padding-left: 12px;
     padding-right: 12px; }
-  .titlebar .header-bar-separator, .titlebar > GtkBox > .separator.vertical,
+  .titlebar .header-bar-separator, .titlebar > GtkBox > separator.vertical,
   .header-bar .header-bar-separator,
-  .header-bar > GtkBox > .separator.vertical {
+  .header-bar > GtkBox > separator.vertical {
     -GtkWidget-wide-separators: true;
     -GtkWidget-separator-width: 1px;
     border-width: 0 1px;
     border-image: linear-gradient(to bottom, rgba(161, 161, 161, 0), #a1a1a1 30%, #a1a1a1 70%, rgba(161, 161, 161, 0) 100%) 0 1/0 1px stretch; }
-    .titlebar .header-bar-separator:backdrop, .titlebar > GtkBox > .separator.vertical:backdrop,
+    .titlebar .header-bar-separator:backdrop, .titlebar > GtkBox > separator.vertical:backdrop,
     .header-bar .header-bar-separator:backdrop,
-    .header-bar > GtkBox > .separator.vertical:backdrop {
+    .header-bar > GtkBox > separator.vertical:backdrop {
       border-image: linear-gradient(to bottom, rgba(169, 169, 169, 0.5)) 0 1/1px 1px; }
   .titlebar.selection-mode,
   .header-bar.selection-mode {
@@ -3622,9 +3622,9 @@ GtkProgressBar {
 GtkScrolledWindow GtkViewport.frame {
   border-style: none; }
 
-.separator {
+separator {
   color: rgba(0, 0, 0, 0.1); }
-  GtkFileChooserButton .separator.vertical, GtkFontButton .separator.vertical {
+  GtkFileChooserButton separator.vertical, GtkFontButton separator.vertical {
     -GtkWidget-wide-separators: true; }
 
 /*********